Thinking Machines: Machine Learning by Alasdair Gilchrist

Thinking Machines: Machine Learning by Alasdair Gilchrist

Author:Alasdair Gilchrist [Gilchrist, Alasdair]
Language: eng
Format: azw3
Published: 2017-07-03T04:00:00+00:00


The way Decision Trees work

A Decision Tree builds classification or regression models in the form of a tree structure. It does this by taking a large data set and breaking it into smaller pieces or subsets that contain instances of similar values while at the same time building an incremental association tree. The final result is a tree structure with a root node and a collection of branch nodes and leaf nodes. Every decision tree is comprised of a network of nodes and each node is associated with one of the input variables. The nodes are interconnected if required by links that are called edges. Edges are associations with other nodes and edges coming from that node represent the total possible values of that node for example (true or false). Decision trees always start with a root node and end on a leaf. Trees don’t converge at any point; they split their way out from the root as the nodes are processed.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.